home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 165
/
XENIATGM165.ISO
/
cddata
/
midframe.cxt
/
00012_list.swf
/
scripts
/
DefineButton2_6
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-05-29
|
265 b
|
18 lines
on(release){
i = 1;
while(i <= 6)
{
if(i != my)
{
_parent["c" + i].gotoAndStop(1);
}
else
{
gotoAndStop(2);
}
i++;
}
_root.sel = my;
getURL("event: setitem " + my,"");
}